*/
GdkTexture *
gtk_icon_paintable_download_texture (GtkIconPaintable *self,
- GError **error)
+ GError **error)
{
GdkTexture *texture = NULL;
*/
void
gtk_icon_paintable_snapshot_with_colors (GtkIconPaintable *icon,
- GtkSnapshot *snapshot,
- double width,
- double height,
- const GdkRGBA *foreground_color,
- const GdkRGBA *success_color,
- const GdkRGBA *warning_color,
- const GdkRGBA *error_color)
+ GtkSnapshot *snapshot,
+ double width,
+ double height,
+ const GdkRGBA *foreground_color,
+ const GdkRGBA *success_color,
+ const GdkRGBA *warning_color,
+ const GdkRGBA *error_color)
{
GdkTexture *texture;